home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / rb.lang < prev    next >
Text File  |  2005-02-26  |  1KB  |  34 lines

  1. # Ruby language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 24.8.2002
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $IGNORECASE=false
  19.  
  20. $STRINGDELIMITERS=" '
  21.  
  22. $SL_COMMENT=#
  23.  
  24. $ML_COMMENT= =begin =end
  25.  
  26. $ALLOWEDCHARS=-
  27.  
  28. $KW_LIST(kwa)=alias   and     begin   begin   break   case    class   def     defined
  29. do      else    elsif   end     end     ensure  false   for     if
  30. in      module  next    nil     not     or      redo    rescue  retry
  31. return  self    super   then    true    undef   unless  until   when
  32. while   yield true false nil stdin stdout stderr env argf argv data version ruby-release-date ruby-platform
  33.  
  34. $SYMBOLS= ( ) [ ] { } , ; : & | < > ! - +  / *